home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / direname.arc / DIRENAME.DOC < prev   
Encoding:
Text File  |  1985-01-19  |  1.0 KB  |  30 lines

  1. PROGRAM: DIRENAME.COM
  2.  
  3. GENERAL FUNCTION: To rename a directory.
  4.  
  5. WHY IS IT NEEDED?  There is no way in DOS to rename a directory
  6. after it is created.
  7.  
  8. INSTALLATION: None
  9.  
  10. FORMAT:      DIRENAME <drive>:<old name>  <new name>
  11.  
  12. EXAMPLES:    DIRENAME C:KIDAT KIDATA   [rename directory KIDAT on
  13.                                         drive C to KIDATA]
  14.  
  15. HOW TO USE IT:  You may have misspelled a name, or changed its
  16. function.  Now you can change the name of a directory to accurately
  17. reflect its contents.  DIRENAME will prompt you if you omit both
  18. arguments.
  19.  
  20. OTHER EFFECTS: None.
  21.  
  22. SYSTEM REQUIREMENTS:  Works with DOS 2.X and 3.0.
  23.  
  24. COMMENTS.  DIRENAME does not seem to support paths.  The natural 
  25. command to rename directory SUBX in directory MAIN to SUBY would
  26. be "DIRENAME \MAIN\SUBX SUBY" but this does not work.  Hence you can
  27. change only subdirectories in your current directory.
  28.  
  29. SOURCE OF PROGRAM: